testsuite: Update gestures test to pointer emulation removal
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 12 Oct 2017 12:25:53 +0000 (14:25 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 12 Oct 2017 12:47:15 +0000 (14:47 +0200)
Now all widgets are mandated to handle the real thing, which means no
pointer events are emulated for the pointer emulating touch. The output
of these tests relied on this fact, so update to the tests handling real
touch events.

testsuite/gtk/gestures.c

index 4cfe5886b71b6141d5011e8789b77081b5c69a5f..791bb02fb9df596b636ed07dfda5e8d514b1b804 100644 (file)
@@ -1071,7 +1071,7 @@ test_multitouch_activation (void)
   g_assert_cmpstr (str->str, ==,
                    "c1 began, "
                    "c1 state claimed (2), "
-                   "c1 state claimed");
+                   "c1 state claimed (1)");
 
   /* First touch up */
   g_string_erase (str, 0, str->len);
@@ -1156,7 +1156,7 @@ test_multitouch_interaction (void)
   g_assert_cmpstr (str->str, ==,
                    "a1 state denied (2), "
                    "c1 began, "
-                   "c1 state claimed, "
+                   "c1 state claimed (1), "
                    "c1 state claimed (2), "
                    "a1 state denied (1)");